client/serverá|áfingerá|áwhoisá|ásmtp mailerá|áport blockerá]
commandsá|áindexá|áoverviewá]



Commands:

Connect - used to connect to a remote host/computer.
This commands is used as so: dsSocket1.Connect

RemotePort - used to specify the remote port for connecting to.
This command is used as so: dsSocket1.RemotePort = Port

RemoteHost - used to specify the remote host (name) for connecting to.
This command is used as so: dsSocket1.RemoteHost = "whois.internic.com"

RemoteDotAddr - used to specify the remote address in dot form. ex: 127.0.0.1 This is basically for connecting to an IP Address.
This command is used as so: dsSocket1.RemoteDotAddr = "127.0.0.1"

LocalPort - used to specify a port to listen to for connections.
This command is used as so: dsSocket1.LocalPort = Port

LocalDotAddr - used to find you're machines IPAddress.
This command is used as so: String = dsSocket1.LocalDotAddr

Listen - used to listen to a specified port.
This command is used as so: dsSocket1.Listen

DataSize - used to find out how large an incoming packet is.
This command is used as so: String = dsSocket1.DataSize

Close - used to close a connection/socket.
This command is used as so: dsSocket1.Close

Index